home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / game / patch / td2hd.lha / TestDriveII / TD2 < prev    next >
Text File  |  1997-01-28  |  467b  |  20 lines

  1. ; creates assigns needed or convenient for the game
  2.  
  3. assign tdboot: ""
  4. assign sc1: tdboot:scen1    
  5. assign sc2: tdboot:scen2
  6. assign f0: tdboot:cars1
  7. assign f1: tdboot:cars2
  8. run nofastmem            ; disable fast memory during game
  9. wait 1                ; waits for completion of the command
  10. DuelHD                ; run the patch
  11. run nofastmem            ; enable fast memory again
  12.  
  13. ; removes the assigns
  14.  
  15. assign tdboot: dismount
  16. assign f0: dismount
  17. assign f1: dismount
  18. assign sc1: dismount
  19. assign sc2: dismount
  20.